Uses of Interface
edu.claflin.finder.io.graph.sub.GraphWriter
Packages that use GraphWriter
Package
Description
Subgraph Finder - Used to find and locate subgraphs within a network.
Contains the specific graph formats supported by the SNBA
program family.
-
Uses of GraphWriter in edu.claflin.finder
Methods in edu.claflin.finder with parameters of type GraphWriterModifier and TypeMethodDescriptionprivate static voidMain.writeGraphs(ArrayList<Graph> graphs, String output, GraphWriter writer) Writes Graph objects to memory. -
Uses of GraphWriter in edu.claflin.finder.io.graph
Classes in edu.claflin.finder.io.graph that implement GraphWriterModifier and TypeClassDescriptionfinal classA class for writing graphs in the NOA batch format.final classA class for reading and writing graphs in the SIF format.final classA class for reading and writing graphs.